wayland: Don't claim to support selection notification
authorMatthias Clasen <mclasen@redhat.com>
Sat, 24 Jan 2015 22:25:43 +0000 (17:25 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 24 Jan 2015 22:25:43 +0000 (17:25 -0500)
We don't support selection notification, so don't claim
we do, only to fail later.

https://bugzilla.gnome.org/show_bug.cgi?id=743229

gdk/wayland/gdkdisplay-wayland.c

index 2bb1aaddb133695c801c7ea0e2de200413a739b5..007d37a8f8593e5c91f8b11448d9f3d5962a7b7a 100644 (file)
@@ -356,7 +356,7 @@ gdk_wayland_display_get_default_group (GdkDisplay *display)
 static gboolean
 gdk_wayland_display_supports_selection_notification (GdkDisplay *display)
 {
-  return TRUE;
+  return FALSE;
 }
 
 static gboolean